Add internal graphics option and unrecognized opt#28
Open
woensug-choi wants to merge 18 commits intoHonuRobotics:mainfrom
Open
Add internal graphics option and unrecognized opt#28woensug-choi wants to merge 18 commits intoHonuRobotics:mainfrom
woensug-choi wants to merge 18 commits intoHonuRobotics:mainfrom
Conversation
Contributor
|
Are students (or anyone) able to get reasonable performance when running with internal graphics instead of a GPU? The reason we dropped support for this is that the simulations this repository is intended to support (especially vrx, dave and vorc) have typically needed a GPU to produce a decent user experience. If the users are getting very low RTF or poor rendering I would rather not officially support this option. If there is some integrated graphics setup out there that seems to be handling the simulations well enough it would be great to know what it is so we can potentially add it to our list of supported hardware configurations. |
Dockerfile for Ubuntu 24.04 + ROS2 Jazzy + Gazebo Harmonic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
How-to
-iflag adds--devices /dev/driwhich initiates rocker to use internal graphics. It's inherited from rocker document.I am reviving myself through Ros-Gazebo framework and found this option is needed for students here since most of their laptops does not have external graphics card.